home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1063 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: news.atlcom.net!usenet
  2. From: Fan Xia <fanxia@cyberatl.net>
  3. Newsgroups: comp.edu,comp.lang.c,comp.lang.c++
  4. Subject: Re: C or C++ for a 14-year old?
  5. Date: Mon, 08 Jan 1996 21:14:57 -0500
  6. Organization: Future Services, Inc.
  7. Message-ID: <30F1CFA1.5D46@cyberatl.net>
  8. References: <4b30ld$lp2$1@mhafc.production.compuserve.com>
  9.         <w31V7MD4ED1aLz3@dexam.another.gun.de> <4bq9vh$11a@queeg.apci.net>
  10.         <4bqfob$l9a@ixnews3.ix.netcom.com> <4ch0fm$ldg@gold.datalytics.com>
  11.         <4cperv$g3j@news.bridge.net> <qq68emns4n.fsf@tartarus.ucsd.edu>
  12. NNTP-Posting-Host: iwilpm1-24.worldspan.net
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 2.0b4 (Win95; I)
  17.  
  18. When I was in school, I started programming by BASIC. But I found it
  19. is realy hard to write a big program, simply because I could easily
  20. forget how I wrote it and it was so hard to understand it again.
  21. You can not learn much about how compiler works and how to use
  22. some basic programming concept like structure design (flow chart)and
  23. variable declaration. So I quickly give up BASIC. At that time, not
  24. many good introduction books about which language was the best one
  25. for beginner (12 years ago). In my project, I used a lot of assembly
  26. lang, such as Z80, 6502, ...  I found it was helpful to understand
  27. how the software works and some concepts in high level lang like what
  28. variable declaration realy means. Now I use strictly high level lang
  29. (C/C++). But it takes me almost no time to learn it. I mean for any
  30. lang the realy important things are how to write a big program and 
  31. easily mantenance it. A big program may be written by many people.
  32. I think object-oriented concept should be important. Thus, why
  33. we spend so much time on some other lang, go C++ directly.
  34.